From 87b758d4102aa16b96d8a07871770b1c410d19ab Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 5 May 2005 16:06:24 +0000 Subject: [PATCH] Add 'last found' and 'placer' to geocaching fields. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1151 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index efaedcab1..a5bef70a7 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -138,6 +138,8 @@ typedef struct { int diff; /* (multiplied by ten internally) */ int terr; /* (likewise) */ time_t exported; + time_t last_found; + char *placer; /* Placer name */ char *hint; /* all these UTF8, XML entities removed, May be not HTML. */ utf_string desc_short; utf_string desc_long; -- 2.30.2